home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chtsht / grep.dht < prev    next >
Encoding:
Text File  |  1995-09-07  |  1.8 KB  |  52 lines

  1. <IMG "FTLLOGO.BMP">
  2.  
  3. Welcome to the FTL 2.1 Demo!
  4.  
  5. This file explains the features of the FTL 2.1 Hypertext/ Hypermedia components
  6.  
  7. <IMG "DELLOGO.BMP">   <IMG "S_CIUPKC.BMP">
  8.  
  9. for Borland Delphi from C.I.U.P.K.C. Software.
  10.  
  11. <IMG "HLINE.BMP">
  12.  
  13. GREP Support
  14.  
  15. GREP (GNU Regular Expression Parser) is a commonly-used method of
  16. locating text substrings using a formla-like pattern matching
  17. algorithm. FTL includes the TRegularExpressionParser component
  18. which implements a version of GREP with the following capabilities:
  19.  
  20. <IMG "GMARCUBE.BMP">  Literal String Match (up to 255 characters)
  21.  
  22. <IMG "GMARCUBE.BMP">  Placeholder Match (up to 255 characters of any type)
  23.  
  24. <IMG "GMARCUBE.BMP">  0+ Amnesty Match (allows 0 to 255 characters of any type)
  25.  
  26. <IMG "GMARCUBE.BMP">  1+ Amnesty Match (allows 1 to 255 characters of any type)
  27.  
  28. <IMG "GMARCUBE.BMP">  Set Membership and Exclusion Matches (up to 255 characters in set)
  29.  
  30. <IMG "GMARCUBE.BMP">  Multiple and Optional Set Membership/Exclusion (1+ optional matches allowed)
  31.  
  32. <IMG "GMARCUBE.BMP">  Multiple and Optional Range Membership/Exclusion (1+ optional matches allowed)
  33.  
  34. The GREP system supports string based entry of up to 100 active 
  35. GREP strings, all of which are checked recursively (parse tree) 
  36. to determine the next shortest string before a match is made. 
  37. (A visual GREP editor is also provided.) This multiple string 
  38. capability supports the normal logical operations of GREP via
  39. multiple search patterns. 
  40.  
  41. Both delimited (up to 250 characters per delimiter) and non-delimited 
  42. searches are supported.
  43.  
  44. The net effect of the GREP engine is to allow completely user-defined 
  45. hypertext "Smartlinks" which can be detected via program code rather 
  46. than being hard-coded via tags.
  47.  
  48. <IMG "WAVELINE.BMP">
  49.  
  50. <A HREF="DEMO1.DHT">Click here</A> to return to the main demo file.
  51.  
  52.